home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import swings.GameOverScript;
-
- [Embed(source="/_assets/assets.swf", symbol="GameOverModule")]
- public dynamic class GameOverModule extends GameOverScript
- {
-
-
- public function GameOverModule()
- {
- super();
- addFrameScript(61,frame62);
- }
-
- internal function frame62() : *
- {
- stop();
- }
- }
- }
-